home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!mercury!softbase
- From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c++
- Subject: Re: can you call vc++ objs from bc++ and vice versa?
- Date: 1 Mar 1996 20:51:48 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4h7o14$59o@news.interpath.net>
- References: <4h2ibl$r4b@idefix.eunet.fi>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Jukka Kuronen (jukka@datact.pp.fi) wrote:
-
- : My question is: can you use objects created with visual c++
- : from borland c++, for example vc++ dll which has btree class
- : and from bc++ usage is normal OO style. In other words, are
- : these implementations compatible in object code?
-
- Nope! But you can share DLLs. They're a common format.
-
- Scott
-
-